@charset "UTF-8";
/*** 公共 ****/
.p-home {
  background-color: #f7f8f9;
}

.main-box {
  padding-bottom: 4em;
}

@media (max-width: 991.98px) {
  .main-box {
    padding-bottom: 1rem;
  }
}

.home-banner {
  width: 100%;
  height: 37.5em;
  overflow: hidden;
}

.home-banner .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat center;
  background-size: cover;
}

.home-banner .imgs.web {
  width: 100%;
  height: 100%;
}

.home-banner .swiper-pagination {
  right: 0;
  bottom: .2em;
}

.home-banner .swiper-pagination-bullet {
  width: .75em;
  height: .75em;
  border: 3px solid #fff;
  opacity: .6;
  background: transparent;
  margin: 0 7.5px;
}

.home-banner .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.home-banner .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.home-banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.home-banner .swiper-button-prev:after,
.home-banner .swiper-button-next:after {
  content: '';
}

.home-banner .home-btn-next,
.home-banner .home-btn-prev {
  width: 2.5em;
  background: no-repeat;
  bottom: 7.75em;
}

.home-banner .home-btn-next {
  left: 3.5em;
  background-image: url(/img/images/banner-right.svg);
}

.home-banner .home-btn-prev {
  background-image: url(/img/images/banner-left.svg);
}

.home-banner .global-inner-btn {
  height: auto;
  margin: 0 auto;
  margin-top: -150px;
}

@media (max-width: 991.98px) {
  .home-banner {
    height: 12rem;
  }
  .home-banner .imgs.app {
    width: 100%;
    height: 12rem;
  }
  .home-banner .global-inner-btn {
    margin-top: -3.15rem;
  }
  .home-banner .home-btn-next,
  .home-banner .home-btn-prev {
    width: 1.1rem;
    height: .3rem;
    background: no-repeat;
  }
  .home-banner .home-btn-next {
    left: 1.6rem;
    background-image: url(/img/images/banner-right.svg);
  }
  .home-banner .home-btn-prev {
    left: .4rem;
    background-image: url(/img/images/banner-left.svg);
  }
  .home-banner .swiper-pagination {
    right: .4rem;
    bottom: .15rem;
  }
  .home-banner .swiper-pagination-bullet {
    border: solid .05rem #ffffff;
    width: .2rem;
    height: .2rem;
  }
}

.gswip-paging {
  position: absolute;
  top: 35.13%;
  left: 0;
  padding-left: 3em;
  opacity: 0;
}

.gswip-paging .tit {
  font-size: 3em;
  color: #fff;
  padding-bottom: .33em;
  border-bottom: 1px solid #fff;
}

.gswip-paging .doc {
  font-size: 1em;
  line-height: 1.5em;
  color: #fff;
  opacity: .5;
  margin-top: .75em;
}

@media (max-width: 991.98px) {
  .gswip-paging .tit {
    top: 30%;
    left: .4rem;
    margin-left: .42rem;
    font-size: .64rem;
    line-height: 1;
  }
  .gswip-paging .doc {
    font-size: .3rem;
    line-height: .4rem;
    margin-top: .75em;
    margin-left: .42rem;
  }
}

.scaleUpDown {
  transition: .3s;
  -webkit-transition: .3s;
  padding-left: 0;
  opacity: 1;
}

.home1 {
  position: relative;
  margin-top: -10em;
  z-index: 1;
}

.home1 .home1-box {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.home1-swiper {
  width: 39.5em;
  width: 65.83%;
  height: auto;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 15px 0px rgba(11, 2, 5, 0.15);
}

.home1-swiper .item {
  background-color: #ffffff;
}

.home1-swiper .slide-imgs {
  width: 100%;
  height: 17em;
  overflow: hidden;
}

.home1-swiper .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home1-swiper .slide-bd {
  height: 13em;
  padding: 1.25em 1.25em 6em;
  background-color: #fff;
}

.home1-swiper .time {
  font-size: .7em;
  line-height: 1;
  color: #0b573e;
  margin-bottom: 1.357em;
}

.home1-swiper .tit {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #0b573e;
  margin-bottom: 1.166em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 1.5em;
}

.home1-swiper .doc {
  font-size: .8em;
  line-height: 1.5em;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.home1-swiper .home1-btn {
  width: auto;
  height: 1em;
  font-size: .9em;
  top: 48%;
  left: 85.5%;
  color: #fff;
  bottom: 15px;
}

.home1-swiper .home1-btn-next,
.home1-swiper .home1-btn-prev {
  width: 1.8em;
  height: 1.8em;
  border: 1px solid #fff;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.home1-swiper .home1-btn-next .bi,
.home1-swiper .home1-btn-prev .bi {
  top: 60%;
  width: .5em;
  height: 1em;
  color: #fff;
}

.home1-swiper .home1-btn-next::after,
.home1-swiper .home1-btn-prev::after {
  display: none;
}

.home1-swiper .home1-btn-next {
  right: 1em;
}

.home1-swiper .home1-btn-prev {
  left: 79.24%;
}

.public-news {
  width: 31.66%;
}

.public-news .news-box {
  width: 100%;
}

.public-news .imgs {
  position: relative;
  width: 100%;
  height: 12em;
  object-fit: cover;
  overflow: hidden;
}

.public-news .imgs .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.public-news .tits {
  position: absolute;
  top: 1.04em;
  left: 1.04em;
  font-size: 1.2em;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}

.public-news .bd {
  height: 18em;
  padding: 1.3em 1.2em 2em;
  border-top: 1px solid #fff;
}

.public-news .orange {
  background-color: #c9601a;
}

.public-news .orange .item {
  color: rgba(255, 255, 255, 0.8);
}

.public-news .green {
  background-color: #0b573e;
}

.public-news .white {
  background-color: #ffffff;
}

.public-news .white .tit-box {
  border-bottom: 1px solid #d3d3d3;
}

.public-news .white .tit-box,
.public-news .white .item {
  color: #000;
}

.public-news .white .tit-box .times,
.public-news .white .item .times {
  color: #999;
}

.public-news .gray {
  background-color: #e3e2e8;
}

.public-news .gray .tit-box {
  border-bottom: 1px solid #fff;
}

.public-news .gray .tit-box,
.public-news .gray .item {
  color: #000;
}

.public-news .gray .tit-box .times,
.public-news .gray .item .times {
  color: #999;
}

.public-news .tit-box {
  color: #fff;
  padding-bottom: 0.6em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.public-news .time {
  font-size: .7em;
  line-height: 1;
  margin-bottom: 1.3em;
}

.public-news .tit {
  height: 2.666em;
  font-size: 1em;
  line-height: 1.33em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.public-news .item-box {
  height: 8.2em;
  padding-top: 0.6em;
  overflow: hidden;
  padding-bottom: 10.6em;
}

.public-news .item {
  margin-bottom: .6em;
  padding-left: .5em;
  color: #fff;
  position: relative;
}

.public-news .item ::before {
  position: absolute;
  content: '';
  top: 43%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #f4dfd1;
}

.public-news .item:last-child {
  margin-bottom: 0;
}

.public-news .box {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.public-news .doc {
  width: 84.84%;
  font-size: .7em;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 1.5em;
}

.public-news .times {
  font-size: .7em;
  line-height: 1.7em;
}

@media (max-width: 991.98px) {
  .home1 {
    margin-top: -2.6rem;
  }
  .home1 .home1-box {
    display: block;
  }
  .home1 .public-news {
    width: 100%;
  }
  .home1-swiper {
    width: 100%;
    max-width: none;
  }
  .home1-swiper .slide-imgs {
    width: 6.7rem;
    width: 100%;
    height: 4.4rem;
  }
  .home1-swiper .slide-bd {
    height: 5.6rem;
    padding: .4rem .4rem 1.26rem .4rem;
  }
  .home1-swiper .time {
    font-size: .28rem;
    line-height: 1;
    margin-bottom: .32rem;
  }
  .home1-swiper .tit {
    font-size: .36rem;
    line-height: .5rem;
    margin-bottom: .44rem;
    -webkit-line-clamp: 2;
  }
  .home1-swiper .doc {
    font-size: .3rem;
    line-height: .48rem;
    -webkit-line-clamp: 3;
    -webkit-line-clamp: initial;
    height: 2.4rem;
    -webkit-box-orient: initial;
  }
  .home1-swiper .home1-btn {
    width: auto;
    height: .5rem;
    top: 93%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
  }
  .home1-swiper .swiper-pagination-bullet {
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    border: .03rem solid #0b573e;
    background-color: transparent;
  }
  .home1-swiper .swiper-pagination-bullet-active {
    background-color: #0b573e;
  }
}

@media (max-width: 991.98px) {
  .public-news {
    width: 100% !important;
    margin-top: .5rem;
    max-width: none;
    padding: 0;
  }
  .public-news .news-box {
    max-width: none;
  }
  .public-news .imgs {
    width: 100%;
    height: auto;
  }
  .public-news .imgs .images {
    object-fit: initial;
  }
  .public-news .tits {
    top: .4rem;
    left: .65rem;
    font-size: .48rem;
    line-height: 1;
  }
  .public-news .bd {
    width: 100%;
    height: auto;
    padding: .4rem .6rem .4rem;
  }
  .public-news .tit-box {
    padding-bottom: .53rem;
  }
  .public-news .item-box {
    height: auto;
    padding-top: .56rem;
  }
  .public-news .time {
    font-size: .28rem;
    line-height: 1;
    margin-bottom: .32rem;
  }
  .public-news .tit {
    font-size: .36rem;
    line-height: .5rem;
  }
  .public-news .box {
    display: block;
  }
  .public-news .item {
    padding-left: 0;
    margin-bottom: .52rem;
  }
  .public-news .item ::before {
    display: none;
  }
  .public-news .doc {
    width: 100%;
    font-size: .32rem;
    line-height: .48rem;
    margin-bottom: .2rem;
    -webkit-line-clamp: 2;
  }
  .public-news .times {
    font-size: .28rem;
    line-height: 1;
  }
}

.home2 {
  margin-top: 1.5em;
}

.home2 .item-box {
  margin: 0 -.75em;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.home2 .item {
  width: auto;
  max-width: none;
  padding: 0 .75em;
}

.home2 .news-box {
  max-width: none;
}

@media (max-width: 991.98px) {
  .home2 {
    margin-top: 0;
  }
  .home2 .item-box {
    margin: 0;
  }
  .home2 .item {
    width: auto;
    max-width: none;
    padding: 0;
  }
  .home2 .item-box {
    margin: 0;
    height: auto;
  }
}

.home3 {
  margin: 4em 0;
}

.home3 .home3-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.home3 .imgs {
  position: relative;
}

.home3 .tit {
  position: absolute;
  top: 1.04em;
  left: 1.04em;
  font-size: 1.2em;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}

.home3 .left {
  width: 48.75%;
  display: flex;
}

.home3 .left .imgs {
  overflow: hidden;
}

.home3 .left .imgs .images {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
  -webkit-transition: .3s;
}

.home3 .left .imgs:first-child {
  width: 16em;
  width: 54.3%;
  height: 12.5em;
  z-index: 3;
}

.home3 .left .imgs:last-child {
  width: 16em;
  width: 54.3%;
  height: 12.5em;
  margin-left: -55px;
  z-index: 4;
  clip-path: polygon(17% 0%, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(17% 0%, 100% 0, 100% 100%, 0 100%);
}

.home3 .left .imgs:last-child .tit {
  left: 3.25em;
}

.home3 .left .imgs:last-child .btn {
  left: 3.25em;
}

.home3 .left .btn {
  position: absolute;
  left: 1.25em;
  bottom: 1.25em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.home3 .left .btn .bi {
  color: #fff;
}

.home3 .right {
  width: 48.75%;
  display: flex;
  display: -webkit-flex;
  background-color: #fff;
  z-index: 4;
}

.home3 .right .imgs {
  width: 41.025%;
  height: 12.5em;
  overflow: hidden;
}

.home3 .right .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home3 .right .bd {
  padding: 1.55em 1.75em 1.9em;
}

.home3 .right .item {
  width: 13.75em;
  padding: .7em 0;
  border-bottom: 1px dashed #dcdcdc;
}

.home3 .right .item:first-child {
  padding-top: 0;
}

.home3 .right .item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.home3 .right .box {
  font-size: .8em;
  line-height: 1.5em;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 1.5em;
}

.home3 .right .bd1 {
  position: relative;
  padding-left: 1em;
}

.home3 .right .bd1::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: no-repeat center;
  background-size: cover;
  background-image: url(/img/images/bao.png);
}

@media (max-width: 991.98px) {
  .home3 {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .home3 .home3-box {
    display: block;
  }
  .home3 .tit {
    font-size: .48rem;
    line-height: 1;
    top: .4rem;
    left: .4rem;
  }
  .home3 .left {
    width: 100%;
    margin-top: 1rem;
  }
  .home3 .left .imgs a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home3 .left .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home3 .left .imgs:first-child {
    width: 3.63rem;
    width: 54.179%;
    width: 100%;
    height: 4rem;
  }
  .home3 .left .imgs:last-child {
    position: relative;
    width: 3.63rem;
    width: 54.179%;
    width: 100%;
    height: 4rem;
    margin-left: -.55rem;
    clip-path: polygon(14% 0%, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(14% 0%, 100% 0, 100% 100%, 0 100%);
  }
  .home3 .left .imgs:last-child .tit {
    left: 1.34rem;
  }
  .home3 .left .imgs:last-child::before {
    position: absolute;
    content: '';
    left: .24rem;
    top: -1.2px;
    width: 2px;
    height: 105%;
    background-color: #fff;
    transform: rotate(7.3deg);
    -ms-transform: rotate(7.3deg);
    -webkit-transform: rotate(7.3deg);
    z-index: 9;
  }
  .home3 .right {
    width: 100%;
    display: block;
    margin-top: .5rem;
  }
  .home3 .right .bd {
    padding: .55rem .4rem;
  }
  .home3 .right .imgs {
    width: 6.7rem;
    width: 100%;
    height: auto;
  }
  .home3 .right .item {
    width: 100%;
    padding: .3rem 0;
  }
  .home3 .right .box {
    font-size: .32rem;
    line-height: .42rem;
  }
  .home3 .right .bd1 {
    padding-left: .34rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .42rem;
  }
  .home3 .right .bd1::before {
    top: .2rem;
  }
}

.home4 {
  background-color: #1b1f25;
}

.home4 .home4-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.home4 .home4-box .left {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.home4 .home4-box .left .item {
  margin-bottom: 2.7em;
  color: #fff;
  opacity: .4;
  transition: ease all 0.3s;
}

.home4 .home4-box .left .item:last-child {
  margin-bottom: 0;
}

.home4 .home4-box .left .tit {
  font-size: 1.6em;
  line-height: 1;
  margin-bottom: .375em;
  font-weight: bold;
  position: relative;
}

.home4 .home4-box .left .doc {
  font-size: 16px;
  line-height: 1.875em;
}

.home4 .home4-box .left .icon {
  height: .8em;
  margin-top: .6em;
  opacity: 0;
}

.home4 .home4-box .left .icon img {
  display: block;
}

.home4 .home4-box .left .active {
  opacity: 1;
  padding-left: 1.8em;
  position: relative;
  transition: ease all 0.3s;
}

.home4 .home4-box .left .active .icon {
  opacity: 1;
}

.home4 .home4-box .left .active::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 6px;
  height: 2em;
  background-color: #c9601a;
}

.home4 .home4-box .right .item-box1 {
  display: flex;
  display: -webkit-flex;
}

.home4 .home4-box .right .item-box1 .imgs {
  width: 19.5em;
  height: 16em;
  overflow: hidden;
}

.home4 .home4-box .right .item-box1 .imgs .images {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home4 .home4-box .right .item-box2 .imgs {
  width: 39em;
  height: 16em;
  overflow: hidden;
}

.home4 .home4-box .right .item-box2 .imgs .images {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home4 .home4-box .right .box {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.home4 .home4-box .right .images-m {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.home4 .home4-box .right .bd {
  position: absolute;
  left: 1.25em;
  bottom: 1.25em;
}

.home4 .home4-box .right .tit {
  font-size: 1.2em;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}

.home4 .home4-box .item-item:nth-child(1) .tit {
  width: 13em;
}

.home4 .home4-box .item-item:nth-child(2) {
  display: none;
}

.home4 .home4-box .item-item:nth-child(2) .tit {
  width: 22em;
}

.home4 .home4-box .item-item:nth-child(3) {
  display: none;
}

.home4 .home4-box .item-item:nth-child(3) .tit {
  width: 22em;
}

@media (max-width: 991.98px) {
  .home4 .home4-box .right {
    width: 100%;
    padding-bottom: .5rem;
  }
  .home4 .home4-box .right .item-box1 {
    display: block;
  }
  .home4 .home4-box .right .item-box1 .imgs {
    width: 6.7rem;
    width: 100%;
    height: 5.2rem;
    height: auto;
  }
  .home4 .home4-box .right .item {
    margin-top: .5rem;
  }
  .home4 .home4-box .right .images-m {
    width: 100%;
  }
  .home4 .home4-box .right .bd {
    left: .4rem;
    bottom: .4rem;
    width: 6rem;
  }
  .home4 .home4-box .right .tit {
    font-size: .48rem;
    line-height: 1;
  }
  .home4 .home4-box .right .doc {
    font-size: .32rem;
    line-height: 1;
    margin-top: .38rem;
    color: #fff;
  }
}

.home5 {
  margin-top: 4em;
}

.home5 .row {
  justify-content: space-between;
}

.home5 .item {
  padding: 0;
  max-width: 19em;
}

.home5 .imgs {
  width: 100%;
  height: 12em;
  overflow: hidden;
}

.home5 .imgs .images {
  width: 100%;
  height: 100%;
}

.home5 .bd {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home5 .bd::after {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(25, 74, 195, 0);
  z-index: 1;
}

.home5 .tit {
  font-size: 1.6em;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.home5 .tit::after {
  position: absolute;
  content: "";
  display: block;
  margin: 12px 0px 0px 0px;
  width: 1%;
  height: 2px;
  background: #FFF;
  opacity: 0;
}

@media (max-width: 991.98px) {
  .home5 {
    margin-top: 1rem;
  }
  .home5 .item {
    max-width: none;
    margin-top: .5rem;
  }
  .home5 .item:first-child {
    margin-top: 0;
  }
  .home5 .box {
    max-width: none;
  }
  .home5 .imgs {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1000px) {
  .home1-swiper .home1-btn-next:hover,
  .home1-swiper .home1-btn-prev:hover {
    background-color: rgba(11, 87, 62, 0.5);
  }
  .home1-swiper .swiper-button-disabled:hover {
    background-color: transparent;
    opacity: .5;
  }
  .home1-swiper .item:hover .time,
  .home1-swiper .item:hover .tit,
  .home1-swiper .item:hover .doc {
    color: #0b573e;
  }
  .home3 .right .item:hover .box {
    color: #0b573e;
  }
  .public-news .gray .item:hover,
  .public-news .white .item :hover {
    color: #0b573e;
  }
  .home1 .public-news .news-box:hover .image,
  .home1-swiper .item .slide-imgs:hover .image,
  .home3 .left .imgs:first-child:hover .images,
  .home3 .left .imgs:last-child:hover .images,
  .home3 .right .imgs:hover img,
  .home4 .home4-box .right .item:hover .images,
  .home5 .item:hover .images {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .3s;
    -webkit-transition: .3s;
  }
  .home3 .left .btn:hover,
  .home3 .left .btn:hover {
    background-color: #0b573e;
    border: 1px solid #0b573e;
  }
  .home1-swiper .item .slide-imgs .image,
  .home3 .left .imgs:first-child,
  .home3 .left .imgs:last-child,
  .home3 .right .imgs img,
  .home4 .home4-box .right .item .images,
  .home5 .item .images,
  .public-news .news-box .image {
    transition: .3s;
    -webkit-transition: .3s;
  }
  .home2 .public-news .news-box:hover,
  .home3 .left:hover {
    transform: translateY(-5px);
    transition: ease all 0.3s;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
  .home5 .item:hover .tit::after {
    width: 100%;
    opacity: 1;
    transition: ease all 0.3s;
  }
  .home5 .item:hover .bd::after {
    background: rgba(11, 87, 62, 0.8);
    transition: ease all 0.3s;
  }
}
